home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / pv3demo.zip / AUTOSET.HLP (.txt) < prev    next >
OS/2 Help File  |  1994-10-31  |  15KB  |  313 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help for AutoSet ΓòÉΓòÉΓòÉ
  3.  
  4. General Help for AutoSet 
  5.  
  6. Auto Save is a utility that sets up other utilities contained in Performance V3 
  7. and places them into the OS/2 Startup Folder. 
  8.  
  9. Program objects placed into the OS/2 Startup Folder are executed every time 
  10. OS/2 is started allowing you to "automate" certain repetitive tasks.  For 
  11. Performance V3 the task that benefit from "automation" are:
  12.  
  13. o   SimplBAK (Simple Backup - a file backup scheme)
  14.  
  15. o   AutoDSAV (Auto Desk Save - regular backup for the WorkPlace Shell Desktop)
  16.  
  17. o   LazyOFF (Turn off the Lazy Write feature of the High Performance File System)
  18.  
  19. Each of these utilities are very simple in nature - I wish they were as easy to 
  20. explain. 
  21.  
  22.  
  23. ΓòÉΓòÉΓòÉ 2. SimplBAK ΓòÉΓòÉΓòÉ
  24.  
  25. SimplBAK 
  26.  
  27. A small minority of personal computer users backup the data on their machines 
  28. on a regular basis.  Most of this small group of users have special devices 
  29. designed for backup, usually a tape drive.  What about the rest of us? It just 
  30. takes too long, I don't have the time! 
  31.  
  32. And then it happens, lost data, usually self inflicted by a delete or erase 
  33. command.  Then, we wish we had taken the time.  OS/2 offers an opportunity for 
  34. a simple but effective  solution by using its multitasking capability.  By 
  35. placing a backup program into your Startup Folder you can perform regular 
  36. backups of recently created data. 
  37.  
  38. You could use the OS/2 backup utility, but BACKUP saves the data in a different 
  39. format. You could use the OS/2 COPY command but this would be a lot of manual 
  40. work.  SimpleBAK uses the OS/2 copy facilities, but makes it easy to make 
  41. copies of newly created important data and it simply copies it - so the copy is 
  42. in the same format as the original. 
  43.  
  44. SimplBAK is a command that has three operands: the from directory; the to 
  45. directory; and a frequency modifier. 
  46.  
  47. SIMPLBAK  d:\fromdir  d:\todir  [n]
  48.  
  49. An example will best illustrate its use.
  50.  
  51. I keep all of my word processor files in a directory named D:\DESCRIBE\DATA 
  52. where there are several sub-directories, (LETTERS, FAX. REPORTS, LABELS, etc). 
  53. Every day additions and modifications are made to the files in this directory. 
  54. On a very irregular basis, every month or so, I backup all the files in these 
  55. directories to diskette. 
  56.  
  57. SimplBAK makes copies of the recently created/modified files from all of the 
  58. sub-directories, every day at startup.  On my production system, I have the 
  59. luxury of hard drive space to send these daily copies.  SimplBAK operations are 
  60. fast and easy when using another hard drive partition but it will  also use 
  61. diskettes for the copy operation.  Here's the command I use for this directory 
  62. structure: 
  63.  
  64.    SIMPLBAK D:\DESCRIBE\DATA  E:\BACKUP 
  65.  
  66. This command will search the entire directory structure that is inside of 
  67. D:\DESCRIBE\DATA for files that were created or modified since the last time I 
  68. ran SimplBAK against the D:\DESCRIBE\DATA directory.  SimplBAK will create a 
  69. similar directory structure at E:\BACKUP during the first execution.  It also 
  70. creates a file in the from location to identify the time/date stamp of the last 
  71. copy operation.  Then the next time you run SimplBAK it uses this file to limit 
  72. its copies to only new or modified files. 
  73.  
  74.  F R O M              T O 
  75.  
  76.  D:\DESCRIBE          E:\BACKUP
  77.  
  78.       \DATA                \DESCRIBE
  79.  
  80.      \LETTERS                 \DATA
  81.  
  82.       \FAX                    \LETTERS
  83.  
  84.       \REPORTS                 \FAX
  85.  
  86.      \LABELS                  \REPORTS
  87.  
  88.       \MEMOS                  \LABLELS
  89.  
  90.                                  \MEMOS
  91.  
  92.  
  93.  
  94. I put this SimplBAK command in my OS/2 Startup folder and it runs every day. 
  95. Now, I have copies of the files I made and modified yesterday (or since the 
  96. last copy operation).  Over time I will have copies of all my valued data in 
  97. another partition.  Are there flaws in this strategy?  Sure, lets talk about a 
  98. few of them. 
  99.  
  100. If I copy to a diskette and there isn't enough room, will it continue?
  101.  
  102. SimplBAK uses the standard OS/2 COPY command.  Before it attempts a copy of 
  103. each file, it checks to see if the destination has enough free space to fit the 
  104. next file, if there is not enough room SimplBAK prompts for another diskette. 
  105. You may not use SimplBAK to make copies of files to diskette if the file is 
  106. larger than your largest diskette capacity.  It does create a directory 
  107. structure on each diskette to hold the files being copied.
  108.  
  109. This doesn't make copies of the valuable data I have now.  How can I use 
  110. SimplBAK to create a copy of all of the data the first time through?
  111.  
  112. SimplBAK has a frequency modifier xxxx as an optional third argument.  Normally 
  113. SimplBAK copies all new or modified files since the last SimplBAK copy.  This 
  114. frequency modifier reduces the date of the last copy by xxxx number of days (it 
  115. defaults to 0).  So to copy all files in a directory structure use a 
  116. sufficiently large enough number in this field, (-9000 goes back 25+ years!)
  117.  
  118. For example:
  119.  
  120.  SimplBAK  D:\LOTUS\123G\123W  E:\BACKUP  -9000
  121.  
  122. will copy all files from the from directory structure of D:\LOTUS\123G\123W 
  123. that were created or modified in the past 25.2 years.  It will create a 
  124. sub-directory structure in the E:\BACKUP directory identical to the from 
  125. directory structure.
  126.  
  127. Similarly:
  128.  
  129.       SimplBAK  D:\LOTUS\123G\123W  A:\  -9000
  130.  
  131. will copy all files from the from directory structure of D:\LOTUS\123G\123W to 
  132. diskette(s).  It does keep track of the remaining space on a diskette, 
  133. prompting for a new diskette when the next file won't fit on the current diskette.
  134.  
  135. I built this feature into the AutoSet program to simplify this "first" copy. 
  136. As you set up the Simple BAK  objects for the Startup Folder - press the Backup 
  137. NOW button to copy all files created in the past 25 years (in the specified directory).
  138.  
  139.  
  140. What about long names in an HPFS partition being copied to a FAT partition?
  141.  
  142. This is a problem that SimplBAK addresses with a compromise... truncation.  It 
  143. takes the first 8 characters of the name and copies the from longname file to 
  144. that truncated name if the to directory is formatted FAT.  If there is more 
  145. than one file with the same first eight characters in the same HPFS 
  146. sub-directory - it adds a numeric extension beginning with 1 and increments by 
  147. one for each duplication within a single execution of SimplBAK.  This leaves a 
  148. problem of subsequent executions of SimplBAK going to the same FAT directory. 
  149. There are two work-arounds for this situation; either copy HPFS files to HPFS 
  150. backup partitions or always copy HPFS files to new diskettes.
  151.  
  152. _________________________________________________________________________________________
  153.  
  154. SimplBAK isn't intended to satisfy all of your backup needs, but because of 
  155. OS/2's multitasking facilities, it can  make an incremental copy of your 
  156. valuable data with little or no pain, every time you start your system.
  157.  
  158. AutoSave goes a step further by placing a program object into your OS/2 Startup 
  159. Folder that may contain multiple SimplBAK commands. 
  160.  
  161. Tab to the entry fields in the Setup SimplBAK panel (screen) and press F1 for 
  162. help on each item.
  163.  
  164.  
  165. ΓòÉΓòÉΓòÉ 3. AutoDSav ΓòÉΓòÉΓòÉ
  166.  
  167. AutoDsav (Automatic Desktop Save)
  168.  
  169. DESKSAVE is a utility of Performance V3.  It performs a simple backup of the 
  170. WorkPlace Shell Desktop directory structure and the OS2.INI and OS2SYS.INI 
  171. files.  By running DESKSAVE you will make a backup (copy) of your desktop that 
  172. can later be restored intact.  The problem is you have to run DESKSAVE in order 
  173. to have the backup!
  174.  
  175. AutoDsav is an upgraded version of DESKSAVE intended to be placed into your 
  176. STARTUP Folder.  It will automatically run every time your system is started. 
  177. Its parameters can be set to automatically backup the desktop by specifying a 
  178. frequency (in days since the last backup).  It alternates the backup between 
  179. two sub-directories Pv3AutoD.1 and Pv3AutoD.2.  Replacing and copying to the 
  180. older directory when today's date is greater than or equal to the previous 
  181. backup da